home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / Printing-Usage-HOWTO < prev    next >
Text File  |  1997-03-29  |  21KB  |  559 lines

  1.   The Linux Printing Usage HOWTO
  2.   by Mark Komarinski <markk@auratek.com>
  3.   v1.2.1, 24 March 1997
  4.  
  5.   1.  Introduction
  6.  
  7.   This document describes how to use the line printer spooling system
  8.   provided with the Linux operating system.  This HOWTO is the
  9.   supplementary document to the Linux Printing Setup HOWTO, which
  10.   discusses the installation and setup of the Linux printing system.
  11.   The material presented in this HOWTO should be equally relevent for
  12.   all flavors of the BSD operating system in addition to the Linux
  13.   operating system.
  14.  
  15.   1.1.  Linux Printing HOWTO History
  16.  
  17.   Note from Mark Komarinski <markk@auratek.com>:
  18.  
  19.   I'd like to thank Matt Foster for doing a lot of work in the re-write
  20.   of this HOWTO.  I'm keeping his style, and adding when necessary to
  21.   keep everything updated.
  22.  
  23.   Note from Matt Foster <mwf@engr.uark.edu>:
  24.  
  25.   This version of the Linux Printing HOWTO is a complete rewrite of the
  26.   one originally written by Grant Taylor <grant@god.tufts.edu> and Brian
  27.   McCauley <B.A.McCauley@bham.ac.uk>.  I have tried to keep with the
  28.   coverage of material presented by Grant and Brian's HOWTO, but I have
  29.   drastically modified the style of presentation and the depth of
  30.   material covered.  I feel that this makes the HOWTO more complete and
  31.   easier to read.  I can only hope that you agree.
  32.  
  33.   1.2.  Version History
  34.  
  35.   v1.2.1
  36.  
  37.   ╖  updates, some changes for Dr. Linux publication
  38.  
  39.      v1.2
  40.  
  41.   ╖  Windows Printers
  42.  
  43.   ╖  Changing max size of print files
  44.  
  45.      v1.11
  46.  
  47.   ╖  new maintainter!
  48.  
  49.   ╖  Added lpc info
  50.  
  51.   ╖  Added some info for troubleshooting
  52.  
  53.   ╖  A start on printing graphics files!
  54.  
  55.   v1.1
  56.  
  57.   ╖  revised some of the wording
  58.  
  59.   ╖  developed section on PostScript printing
  60.  
  61.   ╖  attempted to clarify some of the examples 8-)
  62.  
  63.   ╖  fleshed the discussion of the basic Linux printing utilities
  64.  
  65.   v1.0
  66.  
  67.   ╖  initial public release of the Printing Usage HOWTO
  68.  
  69.   1.3.  Copyrights and Trademarks
  70.  
  71.   Some names mentioned in this HOWTO are claimed as copyrights and/or
  72.   trademarks of certain persons and/or companies.  These names appear in
  73.   full or initial caps in this HOWTO.
  74.  
  75.   (c) 1995 Matt Foster (mwf@engr.uark.edu)
  76.   (c) 1996-1997 Mark F. Komarinski (markk@auratek.com)
  77.  
  78.   All translations, derivative works, or aggregate works incorporating
  79.   any Linux HOWTO documents must be covered under this copyright notice.
  80.  
  81.   That is, you may not produce a derivative work from a HOWTO and impose
  82.   additional restrictions on its distribution. Exceptions to these rules
  83.   may be granted under certain conditions; please contact the Linux
  84.   HOWTO coordinator at the address given below.
  85.  
  86.   In short, we wish to promote dissemination of this information through
  87.   as many channels as possible. However, we do wish to retain copyright
  88.   on the HOWTO documents, and would like to be notified of any plans to
  89.   redistribute the HOWTOs.
  90.  
  91.   If you have questions, please contact Greg Hankins, the Linux HOWTO
  92.   coordinator, at <gregh@sunsite.unc.edu>. You may finger this address
  93.   for phone number and additional contact information.
  94.  
  95.   1.4.  Downloading the Linux Printing HOWTOs
  96.  
  97.   I recommend that if you want to print a copy of this HOWTO that you
  98.   download the PostScript version.  It is formatted in a fashion that is
  99.   aesthetically appealing and easier to read.  You can get the
  100.   PostScript version from one of the many Linux distribution sites (such
  101.   as SunSITE ``'').
  102.  
  103.   1.5.  Feedback
  104.  
  105.   Questions, comments, or corrections for this HOWTO may be directed to
  106.   <markk@auratek.com>.
  107.  
  108.   1.6.  Acknowledgments
  109.  
  110.   Thanks go out to all of the people who took the time to read the alpha
  111.   version of this HOWTO and respond with many helpful comments and
  112.   suggestions---some of you may see your comments reflected in the
  113.   version.
  114.  
  115.   I'd also like to thank Matt Foster who did the original re-write.
  116.  
  117.   2.  Printing Under Linux
  118.  
  119.   This section discusses how to print files, examine the print queue,
  120.   remove jobs from the print queue, format files before printing them,
  121.   and configure your printing environment.
  122.  
  123.   2.1.  History of Linux Printing
  124.  
  125.   The Linux printing system---the lp system---is a port of the source
  126.   code written by the Regents of the University of California for the
  127.   Berkeley Software Distribution version of the UNIX operating system.
  128.  
  129.   2.2.  Printing a File Using lpr
  130.  
  131.   By far, the most simplistic way to print in the Linux operating system
  132.   is to send the file to be printed directly to the printing device.
  133.   One way to do this is to use the cat command.  As the root user, one
  134.   could do something like
  135.  
  136.        # cat thesis.txt > /dev/lp
  137.  
  138.   In this case, /dev/lp is a symbolic link to the actual printing
  139.   device---be it a dot-matrix, laser printer, typesetter, or plotter.
  140.   (See ln(1) for more information on symbolic links.)
  141.  
  142.   For the purpose of security, only the root user and users in the same
  143.   group as the print daemon are able to write directly to the printer.
  144.   This is why commands such as lpr, lprm, and lpq have to be used to
  145.   access the printer.
  146.  
  147.   Because of this, users have to use lpr to print a file.  The lpr
  148.   command takes care of all the initial work needed to print the file,
  149.   and then it hands control over to another program, lpd, the line
  150.   printing daemon.  The line printing daemon then tells the printer how
  151.   to print the file.
  152.  
  153.   When lpr is executed, it first copies the specified file to a certain
  154.   directory (the spool directory) where the file remains until lpd
  155.   prints it.  Once lpd is told that there is a file to print, it will
  156.   spawn a copy of itself (what we programmers call forking).  This copy
  157.   will print our file while the original copy waits for more requests.
  158.   This allows for multiple jobs to be queued at once.
  159.  
  160.   The syntax of lpr(1) is a very familiar one,
  161.  
  162.        $ lpr [ options ] [ filename ... ]
  163.  
  164.   If filename is not specified, lpr expects input to come from standard
  165.   input (usually the keyboard, or another program's output).  This
  166.   enables the user to redirect a command's output to the print spooler.
  167.   As such,
  168.  
  169.        $ cat thesis.txt | lpr
  170.  
  171.   or,
  172.  
  173.        $ pr -l60 thesis.txt | lpr
  174.  
  175.   The lpr command accepts several command-line arguments that allow a
  176.   user to control how it works.  Some of the most widely used arguments
  177.   are: -Pprinter specifies the printer to use, -h suppresses printing of
  178.   the burst page, -s creates a symbolic link instead of copying the file
  179.   to the spool directory (useful for large files), and -#num specifies
  180.   the number of copies to print.  An example interaction with lpr might
  181.   be something like
  182.  
  183.        $ lpr -#2 -sP dj thesis.txt
  184.  
  185.   This command will create a symbolic link to the file thesis.txt in the
  186.   spool directory for the printer named dj, where it would be processed
  187.   by lpd.  It would then print a second copy of thesis.txt.
  188.  
  189.   For a listing of all the options that lpr will recognize, see lpr(1).
  190.  
  191.   2.3.  Viewing the Print Queue with lpq
  192.  
  193.   To view the contents of the print queue, use the lpq command.  Issued
  194.   without arguments, it returns the contents of the default printer's
  195.   queue.
  196.  
  197.   The returned output of lpq can be useful for many purposes.
  198.  
  199.        $ lpq
  200.        lp is ready and printing
  201.        Rank   Owner      Job  Files                            Total Size
  202.        active mwf        31   thesis.txt                       682048 bytes
  203.  
  204.   2.4.  Canceling a Print Job Using lprm
  205.  
  206.   Another useful feature of any printing system is the ability to cancel
  207.   a job that has been previously queued.  To do this, use lprm.
  208.  
  209.        $ lprm -
  210.  
  211.   The above command cancels all of the print jobs that are owned by the
  212.   user who issued the command.  A single print job can be canceled by
  213.   first getting the job number as reported by lpq and then giving that
  214.   number to lprm.  For example,
  215.  
  216.   $ lprm 31
  217.  
  218.   would cancel job 31 (thesis.txt) on the default printer.
  219.  
  220.   2.5.  Controlling the lpd program with lpc
  221.  
  222.   The lpc(8) program is used to control the printers that lpd serves.
  223.   you can enable or disable a printer or its queues, rearrange entries
  224.   within a queue, and get a status report on the printers and their
  225.   queues.  Lpc is mostly used in a setup where there are multiple
  226.   printers hanging off one machine.
  227.  
  228.        $ lpc
  229.  
  230.   The above will start the lpc program.  By default, this enters you
  231.   into an interactive mode, and you can begin issuing commands.  The
  232.   other option is to issue an lpc command on the command line.
  233.  
  234.        $ lpc status all
  235.  
  236.   A list of the available commands are in the lpd man page, but here are
  237.   a few of the major commands you'll want to know about.  Any commands
  238.   marked with option can either be a printer name (lp, print, etc) or
  239.   the keyword all, which means all printers.
  240.  
  241.   ╖  disable option -  prevents any new printer job from being entered
  242.  
  243.   ╖  down option - disables all printing on the printer
  244.  
  245.   ╖  enable option - allow new jobs to enter the print queue
  246.  
  247.   ╖  quit (or exit) - leave lpc
  248.  
  249.   ╖  restart option - restarts lpd for that printer
  250.  
  251.   ╖  status option - print status of printer
  252.  
  253.   ╖  up option - enable everything and start a new lpd
  254.  
  255.   2.6.  The RedHat printtool
  256.  
  257.   Just a quick note here on RedHat's amazing printtool program.  It
  258.   seems to do everything that a magicfilter would do.  RedHat already
  259.   installs many of the programs to do the filtering.  Here's how I have
  260.   my printer set up under RH 4.0 with an HP LJ 4L connected to my
  261.   parallel port.
  262.  
  263.   ╖  Become root and fire up printtool (if you su'ed, you remembered to
  264.      SETENV DISPLAY :0.0 and xhost +, right?)
  265.  
  266.   ╖  Click "Add", and hit "OK" for a local printer.
  267.  
  268.   ╖  Fill in the printer device (/dev/lp1 for me)
  269.  
  270.   ╖  Fill in the input filter - Select a printer type, resolution, and
  271.      paper size (ljet4, 300x300, and letter)
  272.  
  273.   ╖  Hit "OK" all the way back, and restart the lpd.
  274.  
  275.      Just like rolling an /etc/printcap file by hand, you can have
  276.      multiple printer definitions for each physical printer.  One for
  277.      different paper sizes, resolutions, etc.
  278.  
  279.   3.  Printing files
  280.  
  281.   This section covers printing the kinda of files that you'll run across
  282.   in a Linux setup.
  283.  
  284.   3.1.  Printing graphics files
  285.  
  286.   Printing graphics files through a printer usually depends on the kind
  287.   of graphics you're converting, and the kind of printer you want to
  288.   send to. Dot matrix is usually out of the question due to differences
  289.   in the way dot-matrix handles graphics.  Your best bet in this
  290.   situation is to see if your printer is compatable with an Epson or an
  291.   IBM ProPrinter, then convert the graphics file to PostScript, then use
  292.   Ghostscript (see next section) to print the graphics.
  293.  
  294.   If you have a laser printer, things are a bit easier since many are
  295.   compatable with PCL.  This now gives you a few options.  Some programs
  296.   may output directly in PCL.  If not, programs like NetPBM can convert
  297.   into PCL.  Last option is to use ghostscript (see next section).
  298.  
  299.   Your absolutely best option is to install packages like NetPBM and
  300.   Ghostscript then installing a magic filter to process the graphics
  301.   files automagically.
  302.  
  303.   3.2.  Printing PostScript files
  304.  
  305.   Printing PostScript files on a printer that has a PostScript
  306.   interpreter is simple; just use lpr, and the printer will take care of
  307.   all of the details for you.  For those of us that don't have printers
  308.   with PostScript capabilities, we have to resort to other means.
  309.   Luckily, there are programs available that can make sense of
  310.   PostScript, and translate it into a language that most printers will
  311.   understand.  Probably the most well known of these programs is
  312.   Ghostscript.
  313.  
  314.   Ghostscript's responsibility is to convert all of the descriptions in
  315.   a PostScript file to commands that the printer will understand.  To
  316.   print a PostScript file using Ghostscript, you might do something like
  317.  
  318.        $ gs -dSAFER -dNOPAUSE -sDEVICE=deskjet -sOutputFile=\|lpr thesis.ps
  319.  
  320.   Notice in the above example that we are actually piping the output of
  321.   Ghostscript to the lpr command by using the -sOutputFile option.
  322.  
  323.   Ghostview is an interface to Ghostscript for the X Window System.  It
  324.   allows you to preview a PostScript file before you print it.
  325.   Ghostview and Ghostscript can both be swiped from ``''.
  326.  
  327.   3.3.  Printing PDF files
  328.  
  329.   Adobe has released an Acrobat reader for Linux, and it's available on
  330.   the Adobe home page ``''.  Its predecessor, xpdf, is also available.
  331.   Both should print to a postscript device.
  332.  
  333.   3.4.  Printing TeX files
  334.  
  335.   One of the easiest ways to print TeX files is to convert them to
  336.   PostScript and then print them using Ghostscript.  To do this, you
  337.   first need to convert them from TeX to a format known as DVI (which
  338.   stands for device-independent). You can do this with the tex(1)
  339.   command.  Then you need to convert the DVI file to a PostScript file
  340.   using dvips.  All of this would look like the following when typed in.
  341.  
  342.        $ tex thesis.tex
  343.        $ dvips thesis.dvi
  344.  
  345.   Now you are ready to print the resulting PostScript file as described
  346.   above.
  347.  
  348.   3.5.  Printing troff formatted files
  349.  
  350.        $ groff -Tascii thesis.tr | lpr
  351.  
  352.   or, if you prefer,
  353.  
  354.        $ groff thesis.tr > thesis.ps
  355.  
  356.   and then print the PostScript file as described above.
  357.  
  358.   3.6.  Printing man pages
  359.  
  360.        $ man man | col -b | lpr
  361.  
  362.   The man pages contain pre-formatted troff data, so we have to strip
  363.   out any highlighting, underlines, etc.  The 'col' program does this
  364.   just nicely, and since we're piping data, the man program won`t use
  365.   more.
  366.  
  367.   4.  This covers topics not in any of the others.  Miscellaneous Items
  368.  
  369.   4.1.  Formatting Before Printing
  370.  
  371.   Since most ASCII files are not formatted for printing, it is useful to
  372.   format them in some way before they are actually printed.  This may
  373.   include putting a title and page number on each page, setting the
  374.   margins, double spacing, indenting, or printing a file in multiple
  375.   columns.  A common way to do this is to use a print preprocessor such
  376.   as pr.
  377.  
  378.        $ pr +4 -d -h"Ph.D. Thesis, 2nd Draft" -l60 thesis.txt | lpr
  379.  
  380.   In the above example, pr would take the file thesis.txt and skip the
  381.   first three pages (+4), set the page length to sixty lines (-l60),
  382.   double space the output (-d), and add the phrase "Ph.D. Thesis, 2nd
  383.   Draft" to the top of each page (-h).  Lpr would then queue pr's
  384.   output.  See its on-line manual page for more information on using pr.
  385.  
  386.   4.2.  The PRINTER Environment Variables
  387.  
  388.   All of the commands in the Linux printing system accept the -P option.
  389.   This option allows the user to specify which printer to use for
  390.   output.  If a user doesn't specify which printer to use, then the
  391.   default printer will be assumed as the output device.
  392.  
  393.   Instead of having to specify a printer to use every time that you
  394.   print, you can set the PRINTER environment variable to the name of the
  395.   printer that you want to use.  This is accomplished in different ways
  396.   for each shell.  For bash you can do this with
  397.  
  398.        $ PRINTER="printer_name"; export PRINTER
  399.  
  400.   and csh, you can do it with
  401.  
  402.        % setenv PRINTER "printer_name"
  403.  
  404.   These commands can be placed in your login scripts (.profile for bash,
  405.   or .cshrc for csh), or issued on the command-line.  (See bash(1) and
  406.   csh(1) for more information on environment variables.)
  407.  
  408.   5.  Answers to Frequently Asked Questions
  409.  
  410.   Q1.  How do I prevent the staircase effect?
  411.  
  412.   A1.  The staircase effect is caused by the way some printers expect
  413.   lines to be terminated.  Some printers want lines that end with a
  414.   carriage-return/line-feed sequence (DOS-style) instead of the line-
  415.   feed sequence used for UNIX-type systems.  The easiest way to fix this
  416.   is to see if your printer can switch between the two styles
  417.   somehow---either by flipping a DIP switch, or by sending an escape
  418.   sequence at the start of each print job.  To do the latter, you need
  419.   to create a filter (see Q2).
  420.  
  421.   A quick fix is to use a filter on the command-line.  An example of
  422.   this might be
  423.  
  424.        $ cat thesis.txt | todos | lpr
  425.  
  426.   Q2.  What is a filter?
  427.  
  428.   A2.  A filter is a program that reads from standard input (stdin),
  429.   performs some action on this input, and writes to standard output
  430.   (stdout).  Filters are used for a lot of things, including text
  431.   processing.
  432.  
  433.   Q3.  What is a magic filter?
  434.  
  435.   A3.  A magic filter is a filter that performs an action based on a
  436.   file's type.  For example, if the file is a plain, text file, it would
  437.   simply print the file using the normal methods.  If the file is a
  438.   PostScript file, or any other format, it would print it using another
  439.   method (ghostscript).  Two examples of this is magicfilter and
  440.   APSfilter.  One caveat of these filters is that the appropriate
  441.   programs have to be installed before you install the filter.
  442.  
  443.   The reason for this is that when the magicfilter gets installed, it
  444.   queries your system for specific programs (such as ghostscript - if it
  445.   finds it, then it knows it can handle PostScript data), then builds
  446.   itself based on what it finds.  To handle all the printer files, you
  447.   should probably have at least the following installed:
  448.  
  449.   ╖  GhostScript
  450.  
  451.   ╖  TeX
  452.  
  453.   ╖  NetPBM
  454.  
  455.   ╖  jpeg utilities
  456.  
  457.   ╖  gzip
  458.  
  459.   Q4.  What about the Windows Printing System?  Will Linux work with
  460.   that?
  461.  
  462.   A4.  Maybe.  Printers that accept only the WPS commands will not work
  463.   with Linux.  Printers that accept WPS and other commands (such as the
  464.   Canon BJC 610) will work, as long as they're set to something other
  465.   than WPS format.  Other printers, such as some HP DeskJet 820Cxi/Cse,
  466.   will *not* work with Linux.  That being said, Linux can act as a print
  467.   server (See Samba) for Win95 machines, since Win95 has drivers for
  468.   those printers.
  469.  
  470.   Q5.  What kinda cheey system is this?  I can't print more than 6 pages
  471.   or else I get a "file too large" error.
  472.  
  473.   A5.  One of the options in the /etc/printcap file relates to the
  474.   maximum size of a print file.  The default is 1000 disk blocks (about
  475.   500k?).  For PostScript files and the like, this will give you maybe
  476.   6-8 pages with graphics and all.  Be sure to add the following line in
  477.   the printer definition:
  478.  
  479.        mx=0
  480.  
  481.   The primary reason for this is to keep the spool partition from get¡
  482.   ting filled.  There is another way to do it, by making lpr create a
  483.   soft link from the spool directory to your print file.  But you have
  484.   to remember to add the -s option to lpr every time.
  485.  
  486.   6.  Troubleshooting
  487.  
  488.   This section covers some common things that can go wrong with your
  489.   printing system.
  490.  
  491.   If your printer doesn't work:
  492.  
  493.   ╖  Do other print jobs work? (application problem?)
  494.  
  495.   ╖  Is lpd running? (check it using lpc) (print controller?)
  496.  
  497.   ╖  Can root send something directly to the printer? (print services?)
  498.  
  499.   ╖  Can you print from DOS? (cable/printer problem?)
  500.  
  501.      Answering these questions can help find a solution.
  502.  
  503.   Send other suggestions for this section to <markk@auratek.com>.
  504.  
  505.   7.  References
  506.  
  507.   This is a section of references on the Linux printing system.  I have
  508.   tried to keep the references section of this HOWTO as focused as
  509.   possible.  If you feel that I have forgotten a significant reference
  510.   work, please do not hesitate to contact me.
  511.  
  512.   Before you post your question to a USENET group, consider the
  513.   following:
  514.  
  515.   ╖  Is the printer accepting jobs?  (Use lpc(8) to verify.)
  516.  
  517.   ╖  Is the answer to your question covered in this HOWTO or Grant
  518.      Taylor's Printing HOWTO?
  519.  
  520.   If any of the above are true, you may want to think twice before you
  521.   post your question.  And, when you do finally post to a newsgroup, try
  522.   to include pertinent information.  Try not to just say something like,
  523.   "I'm having trouble with lpr, please help." These types of posts will
  524.   most definitely be ignored by many.  Also try to include the kernel
  525.   version that you're running, how the error occured, and, if any, the
  526.   specific error message that the system returned.
  527.      On-Line Manual Pages
  528.  
  529.      ╖  cat(1)  concatenate and print files
  530.  
  531.      ╖  dvips(1)  convert a TeX DVI file to PostScript
  532.  
  533.      ╖  ghostview(1)  view PostScript documents using Ghostscript
  534.  
  535.      ╖  groff(1)  front-end for the groff document formatting system
  536.  
  537.      ╖  gs(1)  Ghostscript interpreter/viewer
  538.  
  539.      ╖  lpc(8)  line printer control program
  540.  
  541.      ╖  lpd(8)  line printer spooler daemon
  542.  
  543.      ╖  lpq(1)  spool queue examination program
  544.  
  545.      ╖  lpr(1)  off-line printer
  546.  
  547.      ╖  lprm(1)  remove jobs from the line printer spooling queue
  548.  
  549.      ╖  pr(1)  convert text files for printing
  550.  
  551.      ╖  tex(1)  text formatting and typesetting
  552.  
  553.      USENET newsgroups
  554.  
  555.      ╖  comp.os.linux.*  a plethora of information on Linux
  556.  
  557.      ╖  comp.unix.*  discussions relating to the UNIX operating system
  558.  
  559.